projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd36b4c
)
(tzname): Do not define in msvc8.
author
Jason Rumney
<jasonr@gnu.org>
Fri, 29 Dec 2006 14:48:42 +0000
(14:48 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Fri, 29 Dec 2006 14:48:42 +0000
(14:48 +0000)
src/s/ms-w32.h
patch
|
blob
|
history
diff --git
a/src/s/ms-w32.h
b/src/s/ms-w32.h
index a2281e926a50f116f405db3c5055a6765d038029..455cfb2363f79294cbef67738d716da01617eb5a 100644
(file)
--- a/
src/s/ms-w32.h
+++ b/
src/s/ms-w32.h
@@
-395,7
+395,10
@@
typedef int pid_t;
#define strnicmp _strnicmp
#define stricmp _stricmp
#define tzset _tzset
+
+#if !defined (_MSC_VER) || (_MSC_VER < 1400)
#define tzname _tzname
+#endif
#ifdef HAVE_NTGUI
#define abort w32_abort